home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / compat / config.dos < prev    next >
Encoding:
Text File  |  1996-06-29  |  1.7 KB  |  73 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. #define __STDC__ 1
  5.  
  6. /* Define to empty if the keyword does not work.  */
  7. /* #undef const */
  8.  
  9. /* Define if you have the vprintf function.  */
  10. #define HAVE_VPRINTF 1
  11.  
  12. /* Define if you have the ANSI C header files.  */
  13. #define STDC_HEADERS 1
  14.  
  15. /* Character which is used to separate path components. */
  16. #define PATH_SEPARATOR ';'
  17.  
  18. /* Package name. */
  19. #define PACKAGE "enscript"
  20.  
  21. /* Version number. */
  22. #define VERSION "1.4.0"
  23.  
  24. /* Have strerror() function. */
  25. #define HAVE_STRERROR 1
  26.  
  27. /* How to retrieve the current working directory? */
  28. #define HAVE_GETCWD 1
  29.  
  30. #define PROTOTYPES 1
  31.  
  32. /* Define if you have the memcpy function.  */
  33. #define HAVE_MEMCPY 1
  34.  
  35. /* Define if you have the strchr function.  */
  36. #define HAVE_STRCHR 1
  37.  
  38. /* Define if you have the <math.h> header file.  */
  39. #define HAVE_MATH_H 1
  40.  
  41. /* Define if you have the <pwd.h> header file.  */
  42. /* #undef HAVE_PWD_H */
  43.  
  44. /* Define if you have the <stdarg.h> header file.  */
  45. #define HAVE_STDARG_H 1
  46.  
  47. /* Define if you have the <stdlib.h> header file.  */
  48. #define HAVE_STDLIB_H 1
  49.  
  50. /* Define if you have the <string.h> header file.  */
  51. #define HAVE_STRING_H 1
  52.  
  53. /* Define if you have the <unistd.h> header file.  */
  54. /* #undef HAVE_UNISTD_H */
  55.  
  56. /* Define if you have the sun library (-lsun).  */
  57. /* #undef HAVE_LIBSUN */
  58.  
  59. #define popen(cmd, mode) _popen((cmd), (mode))
  60. #define pclose(pipe) _pclose((pipe))
  61.  
  62. #define stat _stat
  63.  
  64. #define LIBRARY "c:/enscript"
  65. #define SYSCONFDIR LIBRARY
  66.  
  67. /*
  68.  * Prototypes for some missing functions which are missing from Win32.
  69.  */
  70.  
  71. extern int gethostname (char *name, int namelen);
  72. extern int getuid ();
  73.